From: Jan Djärv Date: Thu, 5 Feb 2004 02:42:14 +0000 (+0000) Subject: * xselect.c: Include stdio,h. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24258 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=649e1f55732f922df5ef106ab35e327c51032c3a;p=emacs.git * xselect.c: Include stdio,h. --- diff --git a/src/ChangeLog b/src/ChangeLog index 536027c0920..98218dddd2f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-02-05 Jan Dj,Ad(Brv + + * xselect.c: Include stdio,h. + 2004-02-05 Kenichi Handa * buffer.c (Fset_buffer_multibyte): Fix docstring. diff --git a/src/xselect.c b/src/xselect.c index e8915d0b7a9..d0673d8b70e 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA. */ /* Rewritten by jwz */ #include +#include /* termhooks.h needs this */ #include "lisp.h" #include "xterm.h" /* for all of the X includes */ #include "dispextern.h" /* frame.h seems to want this */